home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / ophelias_diary_2_episode_2.swf / scripts / DefineButton2_1358 / BUTTONCONDACTION on(release).as
Text File  |  2010-07-14  |  176b  |  12 lines

  1. on(release){
  2.    tellTarget("../../../Ophelia")
  3.    {
  4.       gotoAndStop("SortGardeRobe");
  5.       play();
  6.    }
  7.    tellTarget("../../")
  8.    {
  9.       gotoAndStop(1);
  10.    }
  11. }
  12.